public interface PathWalker
Modifier and Type | Method and Description |
---|---|
void |
closePath() |
void |
curveTo(float cx1,
float cy1,
float cx2,
float cy2,
float ex,
float ey) |
void |
lineTo(float x,
float y) |
void |
moveTo(float x,
float y) |